agents.bayesianopponentmodel
Class WeightHypothesis2

java.lang.Object
  extended by agents.bayesianopponentmodel.Hypothesis
      extended by agents.bayesianopponentmodel.WeightHypothesis2

public class WeightHypothesis2
extends Hypothesis


Constructor Summary
WeightHypothesis2(Domain pDomain)
           
 
Method Summary
 double getWeight()
           
 void setWeight(double value)
           
 java.lang.String toString()
           
 
Methods inherited from class agents.bayesianopponentmodel.Hypothesis
getProbability, setProbability
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeightHypothesis2

public WeightHypothesis2(Domain pDomain)
Method Detail

setWeight

public void setWeight(double value)

getWeight

public double getWeight()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object